Interface org.omg.CORBA.portable.Skeleton
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.portable.Skeleton

public interface Skeleton
extends Object

Method Index

 o _execute(int, int, long[], Object[], Context)
 o _get_dispatch_table()
 o _get_ids()

Methods

 o _execute
  public abstract Object _execute(int intf,
                                  int op,
                                  long n[],
                                  Object o[],
                                  Context ctx) throws Exception
 o _get_ids
  public abstract String[] _get_ids()
 o _get_dispatch_table
  public abstract OperationDescriptor[][] _get_dispatch_table()

All Packages  Class Hierarchy  This Package  Previous  Next  Index